home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / C++ AppleLink Messages / CPlus.Dev$ 6⁄8⁄90 / 0137-Re C++ Library Bug-Jun90 next >
Encoding:
Text File  |  1990-06-08  |  1.4 KB  |  34 lines  |  [TEXT/GEOL]

  1. Item    2473501                         3-June-90        14:52PDT
  2.  
  3. From:   D5000                           Succession, Eric Brewer,PRT
  4.  
  5. To:     MACDTS                          Macintosh Developer Tech Supt
  6.         CPLUS.APPLE$                    C++ Interest List--Apple Employees
  7.         CPLUS.DEV$                      C++ Interest List--Developers
  8.  
  9. Sub:    RE- C++ Library Bug
  10.  
  11. Hi,
  12.  
  13. The bug I reported with C++ Library has a bug in it (the bug report that is!).
  14. The following paragraph (from the original bug report):
  15.         The above code should copy every line of a given file to stdout with
  16.         the string "Line is'" preceding each line, and "'" terminating each
  17.         line.  This happens correctly as long as the file ends with a newline.
  18.         If a file does not end with a newline, the last line will not be
  19.         output (e.g. lost).
  20. Should read as follows:
  21.         The above code should copy every line of a given file to stdout with
  22.         the string "Line is'" preceding each line, and "'" terminating each
  23.         line.  This happens correctly as long as the file does not end with
  24.         a newline.  If the file ends with a newline, the next to last line
  25.         of the file will be copied out to stdout.
  26.  
  27. I apologize to anyone having difficulty in reproducing the original bug.  A bug
  28. exists, I screwed up in the description!  Oh well.  I hope this helps.
  29.  
  30. Thanks,
  31. Eric T. Brewer
  32. D5000
  33.  
  34.